home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / soundu / pmpiano2.zip / PIANO.INF (.txt) < prev   
OS/2 Help File  |  1994-05-09  |  29KB  |  756 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. Introduction ΓòÉΓòÉΓòÉ
  3.  
  4. Piano is an Presentation Manager application (for OS/2 2.x) that turns your 
  5. computer into a MIDI controller.  In other words, it allows you to play notes 
  6. on external MIDI sound modules from your computer via a MIDI Interface.  If you 
  7. have a sound card with a built-in sound module that is triggered via MIDI notes 
  8. (such as a Turtle Beach MultiSound or Roland RAP-10, SCC-1, or other such 
  9. cards, with appropriate OS/2 driver), then you can play those as well.  Piano 
  10. also allows you to generate many other types of MIDI data such as Volume, Pan, 
  11. Reverb Level, Chorus Level, Pitch Wheel, Modulation Wheel, AfterTouch (Key 
  12. Pressure), and Channel Pressure so that if your MIDI sound module supports 
  13. these codes, you can control the module appropriately. 
  14.  
  15.  
  16. Some of the words in this manual are highlighted in bold text, such as Program 
  17. Change.  These are words that refer to controls (ie, buttons, sliders, 
  18. checkboxes) which you manipulate in the Piano window.  Other words are in 
  19. colored text such as Channel Pressure.  These refer to MIDI messages (ie, 
  20. data).  Underlined words, such as Pitch Wheel, refer to hardware, such as if I 
  21. was referring to the Pitch Wheel on your MIDI unit.  Words that are in colored 
  22. text such as Read This are meant to be emphasized.  Words in italics refer to 
  23. aspects of OS/2. 
  24.  
  25. This is version 1.1 copyright 1994 by Jeff Glatt. 
  26.  
  27.  
  28. ΓòÉΓòÉΓòÉ 2. Driver Requirements and Setup ΓòÉΓòÉΓòÉ
  29.  
  30. Piano requires that your MIDI interface or Sound Card has an OS/2 driver. 
  31. Information sent to this driver via DosWrite() must be interpreted as MIDI 
  32. data.  (It would have to be a rather strange driver if it didn't interpret data 
  33. in this way, but if you're using a sound card with WAVE playback in addition to 
  34. a MIDI interface, it's conceivable that the Sound Card might interpret 
  35. DosWrite() data to be WAVE data). 
  36.  
  37. You must also know your driver's internal name (which might be different than 
  38. the filename of the driver).  Often, this is the driver filename minus the .SYS 
  39. extension.  For example, I use a Roland RAP-10 audio card which has an MPU-401 
  40. compatible MIDI interface built into it.  There is a shareware OS/2 driver 
  41. available for the MPU-401 by the following manufacturer: 
  42.  
  43. Delta Music Systems 
  44. 2615 Ginghamsburg-Frederick Rd. 
  45. Tipp City, OH 45371 
  46.  
  47. This driver's internal name is MPU401.  It properly interprets DosWrite() data 
  48. as MIDI data, and ships it out of any MPU-401 compatible interface.  So, you 
  49. can use this driver with Piano, and any card that has an MPU-401 compatible 
  50. interface (in hardware, not just a software driver simulation). 
  51.  
  52. By default, Piano will use that driver, and so you don't have to supply it with 
  53. that name.  If you want Piano to use a different driver, then you must supply 
  54. the name of the driver to Piano.  If you run piano from an OS/2 Command Prompt, 
  55. then simply type the name of your driver as an argument. 
  56.  
  57. If you run Piano from a Desktop icon, open up the Settings menu for that 
  58. program.  In the Parameters field, type the name of your driver.  Now whenever 
  59. you run Piano from the Desktop, it will use that driver. 
  60.  
  61. Note:  Remember to omit the .SYS extension from the driver name.
  62.  
  63. If Piano can't open the specified driver, it will display an error dialog box. 
  64. At this point, the program will run, but it won't really do anything. 
  65.  
  66. If not using the Delta Music Systems driver, then specify the /N switch after 
  67. the driver name.  This will cause Piano to skip some MPU-401 initialization 
  68. code for that driver.  For example, to use a driver called "RAP10", skipping 
  69. initialization. 
  70.  
  71. Piano RAP10 /N 
  72.  
  73.  
  74. ΓòÉΓòÉΓòÉ 3. MultiTimbral Modules ΓòÉΓòÉΓòÉ
  75.  
  76. Some MIDI modules are "multi-timbral".  These means that the module can listen 
  77. to all 16 MIDI channels, and play any 16 of its "patches" simultaneously, with 
  78. each of the 16 patches set to a different MIDI channel.  It's as if the module 
  79. had 16 smaller modules inside of it, with each being able to play a patch on 
  80. its own MIDI channel. 
  81.  
  82. So is there a name for these 16 "sub-modules" inside of your MIDI module? 
  83. Well, different manufacturers refer to them in different ways, and I'm going to 
  84. use the Roland preference, a Part.  A Roland multi-timbral module has 16 Parts 
  85. inside of it, and each usually has its own settings for such things as Volume, 
  86. Panning, Reverb and Chorus levels, Brightness, and its MIDI channel (ie, which 
  87. MIDI data the Part "plays").  Furthermore, each Part has its own way of 
  88. reacting to MIDI data such as Channel Pressure (often used to adjust volume or 
  89. brightness), MOD Wheel controller (often used for a vibrato effect), and Pitch 
  90. Wheel (used to slide the pitch up and down).  For example, one Part can cause 
  91. its patch to sound brighter when it receives Channel Pressure messages that 
  92. increase in value.  On the other hand, another Part could make its volume 
  93. increase when it receives increasing Channel Pressure messages.  These Parts 
  94. are completely independent of each other.  Just because one Part is receiving a 
  95. Pitch Wheel message and bending its pitch doesn't mean that another Part has to 
  96. do the same. 
  97.  
  98.  
  99. ΓòÉΓòÉΓòÉ 4. General MIDI Standard ΓòÉΓòÉΓòÉ
  100.  
  101. Nowadays, most MIDI modules have specific Patches setup in a specific order 
  102. according to a standard known as General MIDI (or GM).  All this means is that 
  103. on every GM module, a Piano patch must be the very first patch.  Patch #49 must 
  104. be a Flute.  Patch #25 must be a Nylon String Guitar.  There are 128 defined 
  105. patches that a GM module must have, in the proper order.  The chart, GM 
  106. Patches, shows you the names of all Patches, and their respective Program 
  107. Numbers. 
  108.  
  109. Furthermore, all patches must sound a middle C when receiving a MIDI note 
  110. number of 60.  This corresponds to setting the QWERTY octave to 6 and pressing 
  111. the z key. 
  112.  
  113. If the GM module also has a built-in "drum module" (ie, usually one of 16 
  114. Parts), then each of that Drum Part's MIDI notes triggers a different drum 
  115. sound.  The assignments of drum sounds to MIDI notes is shown in the chart, GM 
  116. Drum Sounds.  The Drum Part is usually set to receive MIDI data on channel 10. 
  117.  
  118.  
  119. ΓòÉΓòÉΓòÉ 5. Piano Window ΓòÉΓòÉΓòÉ
  120.  
  121. When run, Piano opens a Presentation Manager window that has a number of 
  122. controls that you can operate to do 2 things: 
  123.  
  124.  1. Setup how the QWERTY keyboard operates.  These controls don't change 
  125.     settings on your MIDI modules, but rather, affect how your computer 
  126.     controls those modules.  In other words, if your computer was a real MIDI 
  127.     controller, it would need some means of setting itself to a particular MIDI 
  128.     channel(s), and perhaps offer features such as being able to transpose its 
  129.     "piano keyboard" (if it were a keyboard controller), etc.  These controls 
  130.     setup the controller, rather than the external modules that are slaved to 
  131.     the controller. 
  132.  
  133.  2. Directly generate MIDI events with sliders, buttons, and the QWERTY 
  134.     keyboard.  These MIDI events are what control and change settings on the 
  135.     external modules. 
  136.  
  137. You exit Piano by selecting Close from its System Menu, or double-clicking on 
  138. the window upper left corner icon. 
  139.  
  140.  
  141. ΓòÉΓòÉΓòÉ 5.1. QWERTY Keyboard ΓòÉΓòÉΓòÉ
  142.  
  143. The QWERTY keyboard is just the bottom 2 rows of your computer keyboard, which 
  144. are setup as if they were the black and white keys on a piano keyboard.  The z 
  145. key corresponds to a C note.  Therefore, the x key next to it would correspond 
  146. to a D note.  You'll note that the s key is above and inbetween the z and x 
  147. keys.  As you might expect, this would be a D# key.  This physical piano 
  148. keyboard extends all of the way up to the / key which represents a high E.  In 
  149. other words, it has an octave and a third range. 
  150.  
  151. When you press down one of these keys, it sends a MIDI Note On message to your 
  152. MIDI interface on each of the MIDI channels that you have selected.  The net 
  153. result is that it will play this one note on each sound module that is assigned 
  154. to one of those selected MIDI channels. 
  155.  
  156. Note:  By default, the QWERTY keyboard is set to output MIDI data on only MIDI 
  157.        Channel 1.  If your external module allows you to set its MIDI channel, 
  158.        make sure that it is set to the same channel as the QWERTY keyboard (or 
  159.        vice versa).
  160.  
  161. You can even press down several keys simultaneously and play a chord.  For 
  162. example, press the z, c, and b keys simultaneously to hear a C Major chord. 
  163. When you release the keys, the QWERTY keyboard sends the appropriate Note Off 
  164. messages to your MIDI interface on each of the selected MIDI channels. 
  165.  
  166. You'll notice that there is a picture of a piano keyboard in the QWERTY window. 
  167. You can move the mouse pointer over one of the keys on this graphical piano, 
  168. and click the mouse button 1 to sound that note (ie, in lieu of using the 
  169. computer keyboard).  When you release the mouse button, the note stops playing. 
  170. (ie, A Note Off is sent). 
  171.  
  172. There is a checkbox for each of the 16 MIDI Channels.  Make sure that a 
  173. channel's box is checked if you want the QWERTY keyboard to output upon that 
  174. channel.  You can check as many of those channels as desired, and the QWERTY 
  175. keyboard will broadcast its notes on all of those channels simultaneously. 
  176. Because the QWERTY keyboard is "multi-channel", it allows you to play any 
  177. combination of sound modules (set to various MIDI channels), at any time.  So, 
  178. you could use the QWERTY keyboard to play your MIDI modules or check the setup 
  179. of those modules. 
  180.  
  181. Note:  You must have at least one channel selected in order for any MIDI 
  182.        messages to be sent.
  183.  
  184. By default, the z key is middle C, but you can change the octave that the 
  185. QWERTY keyboard plays within by using the Octave spin button.  Click on either 
  186. the up or down arrows to increment/decrement the octave, or click into the text 
  187. field, type the desired octave (1 to 10), and press ENTER. 
  188.  
  189. If you ever get any "stuck" notes, use the All Notes Off button to turn them 
  190. off.  If you really get into big trouble with stuck notes, and out of sync 
  191. controllers, click on the Reset button. 
  192.  
  193. By default, MIDI Note On messages are sent with a velocity of 127 (ie, the 
  194. highest possible velocity).  Generally, velocity is used to set the volume on a 
  195. per note basis, although some modules can use velocity for other effects such 
  196. as attack time of a voltage controlled generator (VCA).  Now, your computer 
  197. keyboard does not generate velocity information (which is how fast you press 
  198. and release the keys).  Piano allows you to set the QWERTY keyboard to one of 
  199. 12 preset velocity ranges.  The 12 Function keys represent those 12 levels, 
  200. with function key 12 being full velocity (ie, 127).  So, you can change the 
  201. velocity while you're playing by pressing the function keys. 
  202.  
  203. Note:  OS/2 uses function keys 1 and 10 for its own use.
  204.  
  205. The mouse buttons 2 and 3 simulate a Hold Pedal, and send MIDI Hold Controller 
  206. messages.  When you push the button down (and hold it down), the hold pedal is 
  207. on.  When you release the button, the hold pedal is also released. 
  208.  
  209.  
  210. ΓòÉΓòÉΓòÉ 5.2. MIDI Sliders ΓòÉΓòÉΓòÉ
  211.  
  212. As mentioned, Piano generates MIDI Note On and Note Off messages on the 
  213. selected MIDI channels when you play the QWERTY keyboard.  Virtually all MIDI 
  214. modules respond to these messages.  But, there are many more types of MIDI 
  215. messages that Piano can generate and send to your MIDI module.  The sliders on 
  216. the left side of the window generate some of these different types of MIDI 
  217. messages. 
  218.  
  219. Note:  Not all MIDI sound modules respond to all of these types of MIDI 
  220.        messages.  In particular, old and very cheap equipment may not respond 
  221.        to any of these messages.  If you get a response to the QWERTY keyboard 
  222.        (ie, the MIDI module makes some sound), but a particular slider doesn't 
  223.        seem to be having any effect, then you're probably dealing with such 
  224.        limited equipment.  On the other hand, sophisticated gear often allows 
  225.        you to turn on/off the module's response to these types of messages, so 
  226.        check your unit's setup.
  227.  
  228. You operate a slider by "grabbing" its knob with mouse button 1 and moving it 
  229. to a new position.  You have to "let go" (ie, release the mouse button) before 
  230. Piano sends out any MIDI message (and you perhaps hear the result on your MIDI 
  231. sound module).  Alternately, if you want to increment/decrement the knob's 
  232. position, move the mouse pointer inside of the slider's shaft, but not on top 
  233. of the knob itself (ie, to either side of the knob), and click the mouse button 
  234. 1 once.  If you're to the left of the knob, it will increment by 1 position, 
  235. and a MIDI message will be sent.  If you're to the right of the knob, it will 
  236. decrement by 1 position, and a MIDI message will be sent. 
  237.  
  238. Note:  Each slider has a small arrow above it.  (The arrow may be in different 
  239.        positions on different sliders).  This arrow marks the default position 
  240.        of the slider.  If you want to quickly set the slider to this default 
  241.        position, click on that arrow, and the knob will move to that position, 
  242.        and send out an appropriate MIDI message.  This is very handy for such 
  243.        things as Pan and Pitch since the default is to center the Pan and Pitch 
  244.        wheel.  Note that when Piano is first started or when you change the 
  245.        MIDI channel checkboxes, the settings shown for the sliders may not 
  246.        reflect the actual state of your external MIDI modules.  You could click 
  247.        on each default arrow in order to send those settings to your module.
  248.  
  249. You can hold down a key on the QWERTY keyboard to sound a note on your external 
  250. module.  Then, without releasing the key (ie, so that the note on the external 
  251. module is still sounding), you can operate a slider.  If your external unit 
  252. responds to such a MIDI message while sounding a note, then you will hear the 
  253. result on the currently sounding note.  In fact, that's really how AfterTouch 
  254. and Channel Pressure are meant to be applied.  Some modules won't make changes 
  255. to any already sounding notes, so you'll have to release the note and play it 
  256. again in order to hear the results of moving a slider.  You don't have to be 
  257. playing a note when you move a slider.  You can simply move the slider, and 
  258. then play a note to hear the result.  It's just that moving a slider while 
  259. listening to a note sounding can give you a much clearer sonic idea of what 
  260. that slider is doing to the sound (assuming that your module responds to the 
  261. slider's MIDI messages). 
  262.  
  263. Note:  Remember that if you "grab and move" the slider's knob with the mouse, 
  264.        you must eventually "let go" of the knob in order for Piano to send any 
  265.        MIDI message.
  266.  
  267. Some modules use AfterTouch and Channel Pressure to affect the Brightness of 
  268. the sound (ie, Filter cutoff), or Volume, or some other such parameter. 
  269. Normally, AfterTouch and Channel Pressure are generated by pressing harder and 
  270. softer on the piano keyboard while you're holding down a note.  Obviously, your 
  271. computer's keyboard doesn't generate AfterTouch and Channel Pressure.  If you 
  272. press down harder, you'll only break it.  So, when you release notes after 
  273. having adjusted the AfterTouch or Pressure sliders, you may wish to click on 
  274. the respective default arrow to turn the effect off (which is what would happen 
  275. as you released the keys on a real controller).  If you're adjusting the 
  276. AfterTouch slider, you should only play one note at a time, and reset 
  277. AfterTouch to default upon releasing each note, since AfterTouch only works on 
  278. the last key that you've played.  The Reset button also resets AfterTouch and 
  279. Channel Pressure if your MIDI module understands a MIDI All Controllers Off 
  280. message. 
  281.  
  282.  
  283. ΓòÉΓòÉΓòÉ 5.3. Controls ΓòÉΓòÉΓòÉ
  284.  
  285. What follows is a description of the controls in the Piano window; what they 
  286. control, and additional notes about any MIDI information that they send. 
  287.  
  288.  
  289. ΓòÉΓòÉΓòÉ 5.3.1. Program Change ΓòÉΓòÉΓòÉ
  290.  
  291. Affects        Which one of its Patches, Presets, or Instruments the MIDI 
  292.                module will play.  If the module is a MultiTimbral unit, then it 
  293.                usually can play 16 "Parts" at once, each receiving data upon 
  294.                its own MIDI channel.  This changes all Parts which are set to 
  295.                one of the selected MIDI channels to use that one chosen GM 
  296.                Patch. 
  297.  
  298.                Note:  If a module's Part receives a Program Change message on 
  299.                       the channel to which it is assigned, then its Patch will 
  300.                       change to the program number embedded in that message. 
  301.                       For example, assume that a Part is set to MIDI channel 1, 
  302.                       and its Patch is set to Grand Piano.  If a Program Change 
  303.                       message with a program number of 41 is sent on MIDI 
  304.                       channel 1, then the Part will switch to the Violin (ie, 
  305.                       which is GM Patch #41).  A Program Change can be sent 
  306.                       while the Part is playing -- even while the Part is 
  307.                       playing some Grand Piano notes.  The Part will simply 
  308.                       play subsequent MIDI notes using the new Patch. 
  309.  
  310. Range          One of the 128 GM Patches.  You pick out which one from the list 
  311.                box. 
  312.  
  313.  
  314. ΓòÉΓòÉΓòÉ 5.3.2. Pan ΓòÉΓòÉΓòÉ
  315.  
  316. Affects        Where within the stereo field the module will be placed.  If the 
  317.                module is a MultiTimbral unit, then each one of its Parts 
  318.                usually has its own pan position.  This changes the pan of all 
  319.                Parts assigned to one of the selected MIDI channels. 
  320.  
  321.                Note:  If the Part receives a Pan Controller message on the 
  322.                       channel to which it is assigned, then its pan will change 
  323.                       to the value embedded in that message.  For example, 
  324.                       assume that a Part is set to MIDI channel 1, and is 
  325.                       panned hard left.  If a Pan Controller message with a 
  326.                       value of 64 (ie, center) is sent on MIDI channel 1, then 
  327.                       the Part's sound will switch to center position.  A Pan 
  328.                       Controller can be sent while the Part is playing -- even 
  329.                       while the Part is playing some notes.  The Part will 
  330.                       simply play with a new pan position. 
  331.  
  332. Range          128 possible positions, with 0 being hard left, 64 being center, 
  333.                and 127 being hard right.  You must center the slider's knob for 
  334.                center pan (ie, where the default arrow is), and moving the knob 
  335.                to the left or right pans in those directions respectively. 
  336.  
  337.  
  338. ΓòÉΓòÉΓòÉ 5.3.3. Reverb ΓòÉΓòÉΓòÉ
  339.  
  340. Affects        The reverb amount (ie, level) for the module.  If the module is 
  341.                a MultiTimbral unit, then each one of its Parts usually has its 
  342.                own reverb level.  This changes the reverb level of all Parts 
  343.                assigned to one of the selected MIDI channels. 
  344.  
  345.                Note:  If the Part receives a MIDI Reverb Controller message on 
  346.                       the channel to which it is assigned, then its Reverb 
  347.                       Level will change to the value embedded in that message. 
  348.                       For example, assume that a Part is set to MIDI channel 1, 
  349.                       and has a Reverb Level of 64.  If a Reverb Controller 
  350.                       message with a value of 0 is sent on MIDI channel 1, then 
  351.                       the Part will switch to having no reverb (ie, reverb 
  352.                       level=0).  A Reverb Controller can be sent while the Part 
  353.                       is playing -- even while the Part is playing some notes. 
  354.                       The Part will simply play with a new reverb level. 
  355.  
  356. Range          0 to 127, with 0 being no reverb applied at all.  Moving the 
  357.                fader all the way to the left gives a reverb level of 0. 
  358.  
  359.  
  360. ΓòÉΓòÉΓòÉ 5.3.4. Chorus ΓòÉΓòÉΓòÉ
  361.  
  362. Affects        The chorus effect amount (ie, level) for the module.  If the 
  363.                module is a MultiTimbral unit, then each one of its Parts 
  364.                usually has its own chorus level.  This changes the chorus level 
  365.                of all Parts assigned to one of the selected MIDI channels. 
  366.  
  367.                Note:  If the Part receives a Chorus Controller message on the 
  368.                       channel to which it is assigned, then its Chorus Level 
  369.                       will change to the value embedded in that message.  For 
  370.                       example, assume that a Part is set to MIDI channel 1, and 
  371.                       has a Chorus Level of 64.  If a Chorus Controller message 
  372.                       with a value of 0 is sent on MIDI channel 1, then the 
  373.                       Part will switch to having no chorus (ie, chorus 
  374.                       level=0).  A Chorus Controller can be sent while the Part 
  375.                       is playing -- even while the Part is playing some notes. 
  376.                       The Part will simply play with a new chorus effect level. 
  377.  
  378. Range          0 to 127, with 0 being no chorus effect applied at all.  Moving 
  379.                the fader all the way to the left gives a chorus level of 0. 
  380.  
  381.  
  382. ΓòÉΓòÉΓòÉ 5.3.5. Volume ΓòÉΓòÉΓòÉ
  383.  
  384. Affects        The MIDI module's volume.  If the module is a MultiTimbral unit, 
  385.                then each one of its Parts usually has its own volume.  This 
  386.                changes the volumes of all Parts assigned to one of the selected 
  387.                MIDI channels. 
  388.  
  389.                Note:  If a Part receives a Volume Controller message on the 
  390.                       channel to which it is assigned, then its Volume will 
  391.                       change to the value embedded in that message.  For 
  392.                       example, assume that a Part is set to MIDI channel 1, and 
  393.                       has a Volume of 127.  If a Volume Controller message with 
  394.                       a value of 64 is sent on MIDI channel 1, then the Part's 
  395.                       volume will drop by half.  A Volume Controller can be 
  396.                       sent while the Part is playing -- even while the Part is 
  397.                       playing some notes.  The Part will simply play with a new 
  398.                       Volume. 
  399.  
  400. Range          0 to 127, with 0 being no volume at all.  Moving the fader all 
  401.                the way to the left gives a volume of 0. 
  402.  
  403.  
  404. ΓòÉΓòÉΓòÉ 5.3.6. MOD Wheel ΓòÉΓòÉΓòÉ
  405.  
  406. Affects        Sends MOD Wheel messages to the MIDI module.  If the module is a 
  407.                MultiTimbral unit, then each one of its Parts may respond 
  408.                differently (or not at all) to MOD Wheel.  This sends a MOD 
  409.                Wheel message to all Parts assigned to one of the selected MIDI 
  410.                channels. 
  411.  
  412.                Note:  If a Part receives a MOD Wheel Controller message on the 
  413.                       channel to which it is assigned, then it may or may not 
  414.                       do something depending upon how the Part is set to 
  415.                       respond to this message.  Usually, MOD Wheel introduces 
  416.                       some sort of vibrato effect.  For example, assume that a 
  417.                       Part is set to MIDI channel 1.  If a MOD Wheel Controller 
  418.                       message with a value of 64 is sent on MIDI channel 1, 
  419.                       then a medium vibrato effect may be applied to the Part's 
  420.                       sound.  A MOD Wheel Controller can be sent while the Part 
  421.                       is playing -- even while the Part is playing some notes. 
  422.                       A vibrato effect will simply be applied to any sounding 
  423.                       notes. 
  424.  
  425. Range          0 to 127, with 0 being no modulation. 
  426.  
  427.  
  428. ΓòÉΓòÉΓòÉ 5.3.7. Pitch Wheel ΓòÉΓòÉΓòÉ
  429.  
  430. Affects        Sends Pitch Wheel messages to the MIDI module.  If the module is 
  431.                a MultiTimbral unit, then each one of its Parts may or may not 
  432.                respond to Pitch Wheel.  This sends a Pitch Wheel message to all 
  433.                Parts assigned to one of the selected MIDI channels. 
  434.  
  435.                Note:  If a Part receives a Pitch Wheel message on the channel 
  436.                       to which it is assigned, then it may or may shift its 
  437.                       pitch up/down depending upon whether the Part is set to 
  438.                       respond to this message.  A value of 64 (MSB only) is 
  439.                       centered pitch, and values below that shift the pitch 
  440.                       downward, whereas values above shift the pitch upward. 
  441.                       For example, assume that a Part is set to MIDI channel 1. 
  442.                       If a Pitch Wheel message with a value of 95 (MSB only) is 
  443.                       sent on MIDI channel 1, then the pitch shifts upward.  A 
  444.                       Pitch Wheel can be sent while the Part is playing -- even 
  445.                       while the Part is playing some notes.  The pitch will 
  446.                       simply shift accordingly. 
  447.  
  448. Range          0 to 127, with 64 being no pitch shift (ie, center position). 
  449.  
  450.                Note:  Piano only sends the MSB of Pitch Wheel. 
  451.  
  452.  
  453. ΓòÉΓòÉΓòÉ 5.3.8. Pressure ΓòÉΓòÉΓòÉ
  454.  
  455. Affects        Sends Channel Pressure messages to the MIDI module.  If the 
  456.                module is a MultiTimbral unit, then each one of its Parts may 
  457.                respond differently (or not at all) to Channel Pressure.  This 
  458.                sends a Channel Pressure message to all Parts assigned to one of 
  459.                the selected MIDI channels. 
  460.  
  461.                Note:  If a Part receives a Channel Pressure message on the 
  462.                       channel to which it is assigned, then it may or may not 
  463.                       do something depending upon how the Part is set to 
  464.                       respond to this message.  Usually, Channel Pressure 
  465.                       adjusts the brightness (ie, filter cutoff), the volume, 
  466.                       and/or introduces some sort of vibrato effect.  For 
  467.                       example, assume that a Part is set to MIDI channel 1.  If 
  468.                       a Channel Pressure message with a value of 64 is sent on 
  469.                       MIDI channel 1, then a medium vibrato effect may be 
  470.                       applied to the Part's sound.  Channel Pressure can be 
  471.                       sent while the Part is playing -- even while the Part is 
  472.                       playing some notes.  Some effect will simply be applied 
  473.                       to any sounding notes.  Indeed, Channel Pressure is 
  474.                       usually generated by pressing harder or softer on the 
  475.                       keys while holding them down (ie, so you are playing some 
  476.                       notes).  So, Channel Pressure is meant to affect sounding 
  477.                       notes in some way. 
  478.  
  479. Range          0 to 127, with 0 being no channel pressure (ie, off). 
  480.  
  481.  
  482. ΓòÉΓòÉΓòÉ 5.3.9. AfterTouch ΓòÉΓòÉΓòÉ
  483.  
  484. Affects        Sends AfterTouch messages (sometimes referred to as Key 
  485.                Pressure) to the MIDI module.  If the module is a MultiTimbral 
  486.                unit, then each one of its Parts may respond differently (or not 
  487.                at all) to these messages.  This sends an AfterTouch message to 
  488.                all Parts assigned to one of the selected MIDI channels. 
  489.  
  490.                Note:  If a Part receives an AfterTouch message on the channel 
  491.                       to which it is assigned, then it may or may not do 
  492.                       something depending upon how the Part is set to respond 
  493.                       to this message.  Usually, AfterTouch adjusts the 
  494.                       brightness (ie, filter cutoff), the volume, and/or 
  495.                       introduces some sort of vibrato effect.  For example, 
  496.                       assume that a Part is set to MIDI channel 1.  If an 
  497.                       AfterTouch message with a value of 64 is sent on MIDI 
  498.                       channel 1, then a medium vibrato effect may be applied 
  499.                       one of the Part's sounding notes.  AfterTouch can be sent 
  500.                       while the Part is playing -- even while the Part is 
  501.                       playing some notes.  Some effect will simply be applied 
  502.                       to the note corresponding to the message.  Indeed, 
  503.                       AfterTouch is usually generated by pressing harder or 
  504.                       softer on a key while holding it down (ie, so you are 
  505.                       playing a note).  So, AfterTouch is meant to affect a 
  506.                       sounding note in some way.  What's the difference between 
  507.                       AfterTouch and Channel Pressure?  Well, AfterTouch 
  508.                       messages are for individual keys.  Every key that you 
  509.                       press down generates its own AfterTouch messages.  If you 
  510.                       press on one key harder than another, then the one key 
  511.                       will generate AfterTouch messages with higher values than 
  512.                       the other key.  The net result is that some effect will 
  513.                       be applied to the one key more than the other key.  You 
  514.                       have individual control over each key that you play. 
  515.                       With Channel Pressure, one message is sent out for the 
  516.                       entire keyboard.  So, if you press one key harder than 
  517.                       another, the module will average out the difference, and 
  518.                       then just pretend that you're pressing both keys with the 
  519.                       exact same pressure.  The net result is that some effect 
  520.                       gets applied to all sounding keys evenly.  You don't have 
  521.                       individual control per each key.  A controller would use 
  522.                       either Channel Pressure or AfterTouch, but usually not 
  523.                       both.  Most MIDI controllers don't generate AfterTouch 
  524.                       because the circuitry required is a bit too costly. 
  525.                       Piano's QWERTY keyboard is no exception.  (Hey, you got 
  526.                       it free.  What do you expect?).  It only generates 
  527.                       AfterTouch messages for the last key that you play.  If 
  528.                       you play a chord, only one of the notes gets the 
  529.                       AfterTouch effect when you move the slider (ie, the last 
  530.                       one that you pressed down).  Ideally, there should be 
  531.                       AfterTouch messages happening for each key being held 
  532.                       down, but that's irrelevant here because your computer 
  533.                       keyboard doesn't have some way of detecting pressure for 
  534.                       each key, and it would be impractical to be adjusting an 
  535.                       AfterTouch slider for every key that you hold down.  You 
  536.                       should avoid playing chords while adjusting the 
  537.                       AfterTouch slider.  If you do, you may need to Reset in 
  538.                       order to clear aftertouch from all of the keys that you 
  539.                       played. 
  540.  
  541. Range          0 to 127, with 0 being no aftertouch (ie, off). 
  542.  
  543.  
  544. ΓòÉΓòÉΓòÉ 6. GM Charts ΓòÉΓòÉΓòÉ
  545.  
  546. These charts give information about the 128 Patches and Drum Note Assignments 
  547. in a GM Sound Module. 
  548.  
  549. The GM Patches chart shows the names of all 128 Instruments, and the MIDI 
  550. Program Change numbers which select those Instruments. 
  551.  
  552. The GM Drum Sounds chart shows what drum sounds are assigned to each MIDI note. 
  553.  
  554.  
  555. ΓòÉΓòÉΓòÉ 6.1. GM Patches ΓòÉΓòÉΓòÉ
  556.  
  557. ΓòÆΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòñΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòò  ΓòÆΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòñΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòò
  558. Γöé PGM # Γöé Patch Name      Γöé  Γöé PGM # Γöé Patch Name      Γöé
  559. Γò₧ΓòÉΓòÉΓòÉΓòñΓòÉΓòÉΓòÉΓò¬ΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòí  Γò₧ΓòÉΓòÉΓòÉΓòñΓòÉΓòÉΓòÉΓò¬ΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòí
  560. Γöé1  Γöé00hΓöé Acoustic Piano  Γöé  Γöé65 Γöé40hΓöé Soprano Sax     Γöé
  561. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  562. Γöé2  Γöé01hΓöé Bright Piano    Γöé  Γöé66 Γöé41hΓöé Alto Sax        Γöé
  563. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  564. Γöé3  Γöé02hΓöé Electric Grand  Γöé  Γöé67 Γöé42hΓöé Tenor Sax       Γöé
  565. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  566. Γöé4  Γöé03hΓöé Honky Tonk      Γöé  Γöé68 Γöé43hΓöé Baritone Sax    Γöé
  567. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  568. Γöé5  Γöé04hΓöé Elec. Piano 1   Γöé  Γöé69 Γöé44hΓöé Oboe            Γöé
  569. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  570. Γöé6  Γöé05hΓöé Elec. Piano 2   Γöé  Γöé70 Γöé45hΓöé English Horn    Γöé
  571. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  572. Γöé7  Γöé06hΓöé Harpsichord     Γöé  Γöé71 Γöé46hΓöé Bassoon         Γöé
  573. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  574. Γöé8  Γöé07hΓöé Clavinet        Γöé  Γöé72 Γöé47hΓöé Clarinet        Γöé
  575. Γò₧ΓòÉΓòÉΓòÉΓò¬ΓòÉΓòÉΓòÉΓò¬ΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòí  Γò₧ΓòÉΓòÉΓòÉΓò¬ΓòÉΓòÉΓòÉΓò¬ΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòí
  576. Γöé9  Γöé08hΓöé Celesta         Γöé  Γöé73 Γöé48hΓöé Piccolo         Γöé
  577. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  578. Γöé10 Γöé09hΓöé Glockenspiel    Γöé  Γöé74 Γöé49hΓöé Flute           Γöé
  579. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  580. Γöé11 Γöé0AhΓöé Music Box       Γöé  Γöé75 Γöé4AhΓöé Recorder        Γöé
  581. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  582. Γöé12 Γöé0BhΓöé Vibraphone      Γöé  Γöé76 Γöé4BhΓöé Pan Flute       Γöé
  583. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  584. Γöé13 Γöé0ChΓöé Marimba         Γöé  Γöé77 Γöé4ChΓöé Bottle Blow     Γöé
  585. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  586. Γöé14 Γöé0DhΓöé Xylophone       Γöé  Γöé78 Γöé4DhΓöé Shakuhachi      Γöé
  587. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  588. Γöé15 Γöé0EhΓöé Tubular Bells   Γöé  Γöé79 Γöé4EhΓöé Whistle         Γöé
  589. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  590. Γöé16 Γöé0FhΓöé Dulcimer        Γöé  Γöé80 Γöé4FhΓöé Ocarina         Γöé
  591. Γò₧ΓòÉΓòÉΓòÉΓò¬ΓòÉΓòÉΓòÉΓò¬ΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòí  Γò₧ΓòÉΓòÉΓòÉΓò¬ΓòÉΓòÉΓòÉΓò¬ΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòí
  592. Γöé17 Γöé10hΓöé Drawbar Organ   Γöé  Γöé81 Γöé50hΓöé Square Wave     Γöé
  593. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  594. Γöé18 Γöé11hΓöé Percussive OrganΓöé  Γöé82 Γöé51hΓöé Sawtooth Wave   Γöé
  595. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  596. Γöé19 Γöé12hΓöé Rock Organ      Γöé  Γöé83 Γöé52hΓöé Synth Calliope  Γöé
  597. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  598. Γöé20 Γöé13hΓöé Pipe Organ      Γöé  Γöé84 Γöé53hΓöé Chiffer Lead    Γöé
  599. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  600. Γöé21 Γöé14hΓöé Reed Organ      Γöé  Γöé85 Γöé54hΓöé Charang         Γöé
  601. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  602. Γöé22 Γöé15hΓöé French AccordionΓöé  Γöé86 Γöé55hΓöé Solo Voice      Γöé
  603. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  604. Γöé23 Γöé16hΓöé Harmonica       Γöé  Γöé87 Γöé56hΓöé Saw in 5ths     Γöé
  605. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  606. Γöé24 Γöé17hΓöé Tango Accordion Γöé  Γöé88 Γöé57hΓöé Bass & Lead     Γöé
  607. Γò₧ΓòÉΓòÉΓòÉΓò¬ΓòÉΓòÉΓòÉΓò¬ΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòí  Γò₧ΓòÉΓòÉΓòÉΓò¬ΓòÉΓòÉΓòÉΓò¬ΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòí
  608. Γöé25 Γöé18hΓöé Nylon Guitar    Γöé  Γöé89 Γöé58hΓöé New Age         Γöé
  609. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  610. Γöé26 Γöé19hΓöé Steel Guitar    Γöé  Γöé90 Γöé59hΓöé Warm Pad        Γöé
  611. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  612. Γöé27 Γöé1AhΓöé Jazz Guitar     Γöé  Γöé91 Γöé5AhΓöé PolySynth       Γöé
  613. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  614. Γöé28 Γöé1BhΓöé Clean Guitar    Γöé  Γöé92 Γöé5BhΓöé Space Voice     Γöé
  615. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  616. Γöé29 Γöé1ChΓöé Muted Guitar    Γöé  Γöé93 Γöé5ChΓöé Bowed Glass     Γöé
  617. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  618. Γöé30 Γöé1DhΓöé Overdrive GuitarΓöé  Γöé94 Γöé5DhΓöé Metal Pad       Γöé
  619. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  620. Γöé31 Γöé1EhΓöé Distorted GuitarΓöé  Γöé95 Γöé5EhΓöé Halo Pad        Γöé
  621. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  622. Γöé32 Γöé1FhΓöé Harmonics GuitarΓöé  Γöé96 Γöé5FhΓöé Sweep Pad       Γöé
  623. Γò₧ΓòÉΓòÉΓòÉΓò¬ΓòÉΓòÉΓòÉΓò¬ΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòí  Γò₧ΓòÉΓòÉΓòÉΓò¬ΓòÉΓòÉΓòÉΓò¬ΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòí
  624. Γöé33 Γöé20hΓöé Acoustic Bass   Γöé  Γöé97 Γöé60hΓöé Ice Rain        Γöé
  625. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  626. Γöé34 Γöé21hΓöé Fingered Bass   Γöé  Γöé98 Γöé61hΓöé SoundTrack      Γöé
  627. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  628. Γöé35 Γöé22hΓöé Picked Bass     Γöé  Γöé99 Γöé62hΓöé Crystal         Γöé
  629. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  630. Γöé36 Γöé23hΓöé Fretless Bass   Γöé  Γöé100Γöé63hΓöé Atmoshpere      Γöé
  631. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  632. Γöé37 Γöé24hΓöé Slap Bass 1     Γöé  Γöé101Γöé64hΓöé Brightness      Γöé
  633. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  634. Γöé38 Γöé25hΓöé Slap Bass 2     Γöé  Γöé102Γöé65hΓöé Goblin          Γöé
  635. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  636. Γöé39 Γöé26hΓöé Synth Bass 1    Γöé  Γöé103Γöé66hΓöé Echo Drops      Γöé
  637. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  638. Γöé40 Γöé27hΓöé Synth Bass 2    Γöé  Γöé104Γöé67hΓöé Star Theme      Γöé
  639. Γò₧ΓòÉΓòÉΓòÉΓò¬ΓòÉΓòÉΓòÉΓò¬ΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòí  Γò₧ΓòÉΓòÉΓòÉΓò¬ΓòÉΓòÉΓòÉΓò¬ΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòí
  640. Γöé41 Γöé28hΓöé Violin          Γöé  Γöé105Γöé68hΓöé Sitar           Γöé
  641. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  642. Γöé42 Γöé29hΓöé Viola           Γöé  Γöé106Γöé69hΓöé Banjo           Γöé
  643. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  644. Γöé43 Γöé2AhΓöé Cello           Γöé  Γöé107Γöé6AhΓöé Shamisen        Γöé
  645. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  646. Γöé44 Γöé2BhΓöé Contrabass      Γöé  Γöé108Γöé6BhΓöé Koto            Γöé
  647. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  648. Γöé45 Γöé2ChΓöé Tremolo Strings Γöé  Γöé109Γöé6ChΓöé Kalimba         Γöé
  649. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  650. Γöé46 Γöé2DhΓöé Pizzicato Strs  Γöé  Γöé110Γöé6DhΓöé Bag Pipe        Γöé
  651. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  652. Γöé47 Γöé2EhΓöé Harp            Γöé  Γöé111Γöé6EhΓöé Fiddle          Γöé
  653. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  654. Γöé48 Γöé2FhΓöé Timpani         Γöé  Γöé112Γöé6FhΓöé Shannai         Γöé
  655. Γò₧ΓòÉΓòÉΓòÉΓò¬ΓòÉΓòÉΓòÉΓò¬ΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòí  Γò₧ΓòÉΓòÉΓòÉΓò¬ΓòÉΓòÉΓòÉΓò¬ΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòí
  656. Γöé49 Γöé30hΓöé Strings         Γöé  Γöé113Γöé70hΓöé Tinkle Bell     Γöé
  657. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  658. Γöé50 Γöé31hΓöé Slow Strings    Γöé  Γöé114Γöé71hΓöé Agogo           Γöé
  659. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  660. Γöé51 Γöé32hΓöé Synth Strings 1 Γöé  Γöé115Γöé72hΓöé Steel Drums     Γöé
  661. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  662. Γöé52 Γöé33hΓöé Synth Strings 2 Γöé  Γöé116Γöé73hΓöé Woodblock       Γöé
  663. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  664. Γöé53 Γöé34hΓöé Choir Aahs      Γöé  Γöé117Γöé74hΓöé Taiko           Γöé
  665. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  666. Γöé54 Γöé35hΓöé Choir Oohs      Γöé  Γöé118Γöé75hΓöé Melodic Tom     Γöé
  667. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  668. Γöé55 Γöé36hΓöé Synth Voice     Γöé  Γöé119Γöé76hΓöé Synth Drum      Γöé
  669. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  670. Γöé56 Γöé37hΓöé Orchestra Hit   Γöé  Γöé120Γöé77hΓöé Reverse Cymbal  Γöé
  671. Γò₧ΓòÉΓòÉΓòÉΓò¬ΓòÉΓòÉΓòÉΓò¬ΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòí  Γò₧ΓòÉΓòÉΓòÉΓò¬ΓòÉΓòÉΓòÉΓò¬ΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòí
  672. Γöé57 Γöé38hΓöé Trumpet         Γöé  Γöé121Γöé78hΓöé Gtr Fret Noise  Γöé
  673. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  674. Γöé58 Γöé39hΓöé Trombone        Γöé  Γöé122Γöé79hΓöé Breath Noise    Γöé
  675. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  676. Γöé59 Γöé3AhΓöé Tuba            Γöé  Γöé123Γöé7AhΓöé Seashore        Γöé
  677. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  678. Γöé60 Γöé3BhΓöé Muted Trumpet   Γöé  Γöé124Γöé7BhΓöé Bird            Γöé
  679. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  680. Γöé61 Γöé3ChΓöé French Horn     Γöé  Γöé125Γöé7ChΓöé Telephone Ring  Γöé
  681. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  682. Γöé62 Γöé3DhΓöé Brass 1         Γöé  Γöé126Γöé7DhΓöé Helicopter      Γöé
  683. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  684. Γöé63 Γöé3EhΓöé Synth Brass 1   Γöé  Γöé127Γöé7EhΓöé Applause        Γöé
  685. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ  Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  686. Γöé64 Γöé3FhΓöé Synth Brass 2   Γöé  Γöé128Γöé7FhΓöé Gun Shot        Γöé
  687. ΓòÿΓòÉΓòÉΓòÉΓòºΓòÉΓòÉΓòÉΓòºΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓò¢  ΓòÿΓòÉΓòÉΓòÉΓòºΓòÉΓòÉΓòÉΓòºΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓò¢
  688.  
  689. PGM # refers to the MIDI Program Change message that causes this Patch to be 
  690. selected.  For example, sending a MIDI Program Change #64 to a Part causes the 
  691. Synth Brass 2 Patch to be selected for playing that Part's MIDI data.  The 
  692. number with the appended "h" is the hexidecimal equivalent program number, 
  693. which is the way that some software displays the values in MIDI messages. 
  694.  
  695.  
  696. ΓòÉΓòÉΓòÉ 6.2. GM Drum Sounds ΓòÉΓòÉΓòÉ
  697.  
  698.  Note #     Drum Sound
  699. ΓòÆΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòñΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòò
  700. Γöé35 B1  ΓöéAcoustic Kick   Γöé
  701. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  702. Γöé36 C2  ΓöéKick 1          Γöé
  703. Γöé37 C#2 ΓöéSide Stick      Γöé
  704. Γöé38 D2  ΓöéSnare 1         Γöé
  705. Γöé39 D#2 ΓöéHand Clap       Γöé
  706. Γöé40 E2  ΓöéSnare 2         Γöé
  707. Γöé41 F2  ΓöéLow Tom 2       Γöé
  708. Γöé42 F#2 ΓöéClosed HiHat    Γöé
  709. Γöé43 G2  ΓöéLow Tom 1       Γöé
  710. Γöé44 G#2 ΓöéPedal HiHat     Γöé
  711. Γöé45 A2  ΓöéMid Tom 2       Γöé
  712. Γöé46 A#2 ΓöéOpen HiHat      Γöé
  713. Γöé47 B2  ΓöéMid Tom 1       Γöé
  714. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  715. Γöé48 C3  ΓöéHigh Tom 2      Γöé
  716. Γöé49 C#3 ΓöéCrash Cymbal 1  Γöé
  717. Γöé50 D3  ΓöéHigh Tom 1      Γöé
  718. Γöé51 D#3 ΓöéRide Cymbal 1   Γöé
  719. Γöé52 E3  ΓöéChinese Cym.    Γöé
  720. Γöé53 F3  ΓöéRide Bell       Γöé
  721. Γöé54 F#3 ΓöéTambourine      Γöé
  722. Γöé55 G3  ΓöéSplash Cymbal   Γöé
  723. Γöé56 G#3 ΓöéCowbell         Γöé
  724. Γöé57 A3  ΓöéCrash Cymbal 2  Γöé
  725. Γöé58 A#3 ΓöéVibra-slap      Γöé
  726. Γöé59 B3  ΓöéRide Cymbal 2   Γöé
  727. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  728. Γöé60 C4  ΓöéHigh Bongo      Γöé
  729. Γöé61 C#4 ΓöéLow Bongo       Γöé
  730. Γöé62 D4  ΓöéMuteHi Conga    Γöé
  731. Γöé63 D#4 ΓöéOpenHi Conga    Γöé
  732. Γöé64 E4  ΓöéLow Conga       Γöé
  733. Γöé65 F4  ΓöéHigh Timbale    Γöé
  734. Γöé66 F#4 ΓöéLow Timbale     Γöé
  735. Γöé67 G4  ΓöéHigh Agogo      Γöé
  736. Γöé68 G#4 ΓöéLow Agogo       Γöé
  737. Γöé69 A4  ΓöéCabasa          Γöé
  738. Γöé70 A#4 ΓöéMaracas         Γöé
  739. Γöé71 B4  ΓöéHigh Whistle    Γöé
  740. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  741. Γöé72 C5  ΓöéLow Whistle     Γöé
  742. Γöé73 C#5 ΓöéShort Guiro     Γöé
  743. Γöé74 D5  ΓöéLong Guiro      Γöé
  744. Γöé75 D#5 ΓöéClaves          Γöé
  745. Γöé76 E5  ΓöéHi WoodBlock    Γöé
  746. Γöé77 F5  ΓöéLow WoodBlock   Γöé
  747. Γöé78 F#5 ΓöéMute Cuica      Γöé
  748. Γöé79 G5  ΓöéOpen Cuica      Γöé
  749. Γöé80 G#5 ΓöéMute Triangle   Γöé
  750. Γöé81 A5  ΓöéOpen Triangle   Γöé
  751. ΓòÿΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòºΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓòÉΓò¢
  752.  
  753. The QWERTY keyboard counts its octaves from 1.  Most MIDI devices count their 
  754. octaves from -2.  What this means is that, to play the Snare 1 sound, which is 
  755. a D2 (ie, a D note in octave 2), set the QWERTY keyboard to octave 4 (ie, 2 
  756. octaves higher than written) and play the x key (ie, a D note).